libxl: move gfx_passthru setting to b_info->u.hvm
authorIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 15:21:52 +0000 (15:21 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 15:21:52 +0000 (15:21 +0000)
commit88ac62eb7c3d7c449895fa5c9f95858bfac99ebc
tree6a8738e458dde59835d78ab18c6fe2fd0ebae2a5
parent9f0f013b7e5b4c604e6f018dc41ddadd3c6ab976
libxl: move gfx_passthru setting to b_info->u.hvm

Although xl parsed this value for both PV and HVM domains (and then a second
time for HVM domains) inside libxl it only impacts HVM guests so I think this
is the right place for it.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_dm.c
tools/libxl/libxl_types.idl
tools/libxl/xl_cmdimpl.c